home *** CD-ROM | disk | FTP | other *** search
- /*
- Datei: hdsopen.h
- Zweck: Prototypen der Datei hdsopen.c
- MkProto, Generator für Prototypen und andere
- Moduldefinitionen aus einer Implementierungsdatei (.c). */
-
- extern char *FSZone;
- extern char *hdsopen (FILESPEC *fs, int ronly);
- extern char *hdscreat (FILESPEC *fs);
- extern void hdsclose (void);
- extern void hdsswtch (char *hds);
-